net/http.http2priorityNode.q (field)
8 uses
net/http (current package)
h2_bundle.go#L10957: q http2writeQueue // queue of pending frames to write
h2_bundle.go#L11019: if !n.q.empty() && f(n, openParent) {
h2_bundle.go#L11139: q: *ws.queuePool.get(),
h2_bundle.go#L11166: q := n.q
h2_bundle.go#L11168: n.q.s = nil
h2_bundle.go#L11191: q: *ws.queuePool.get(),
h2_bundle.go#L11264: n.q.push(wr)
h2_bundle.go#L11273: wr, ok = n.q.consume(limit)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |